CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 内存 读取

搜索资源列表

  1. bios

    0下载:
  2. bios读取bios信息存在物理内存 的f000:0000处,关键就是如何读取物理内存 -bios read bios information exists physical memory f000: 0000, the key is how to read physical memory
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:1827
    • 提供者:张星
  1. ReadFile_inVC

    0下载:
  2. VC文件读取: 刚开始学习VC,也不知道从何下手,可能最想做的就是将一个文件读入内存中来。说起来就是那么简单一句话:读取文件!可是真正编程序的时候又不知道怎么办了?-VC document read: just started to learn VC, do not know where to start, may be the most want to do is to read a file to memory. It is as simple as to say a word: rea
  3. 所属分类:File Operate

    • 发布日期:2017-04-07
    • 文件大小:1838
    • 提供者:石林
  1. MntMemCPUHD

    1下载:
  2. 用来读取内存占用率,CPU占用率和磁盘剩余空间的类。-Occupancy rate is used to read memory, CPU utilization and disk space remaining categories.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1567
    • 提供者:mason
  1. pigou

    0下载:
  2. 易语语开发的苹果机,代码带磁盘驱动内存读取-Language development language easy to Apple machines, the code memory with disk drive read
  3. 所属分类:assembly language

    • 发布日期:2017-05-03
    • 文件大小:530187
    • 提供者:杨波
  1. MemRepair

    0下载:
  2. 游戏内存修改器 读取和修改程序的内存 实现各种功能-Modify game memory device to read and modify the program to achieve a variety of memory functions
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1529879
    • 提供者:zhenghuipqse
  1. ReadHugeFile

    0下载:
  2. 采用内存映射读大文件,可以读取大数据的文件-Read Huge File
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:37808
    • 提供者:
  1. minememoryreader_demo

    0下载:
  2. c#做的扫雷的外挂,使用的内存读取。支持初级,中级,高级,自定义-c# to do the plug-in de-mining, using the memory to read. Support for primary, intermediate, advanced, custom
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-04-01
    • 文件大小:48180
    • 提供者:wl
  1. wmem

    0下载:
  2. 按键精灵插件015 进程操作 提权 内存读写 插件 按键精灵 只提供了内存读取 没有提供写内存功能 使用本插件可以完成 内存读写操作 调用方法:OPWIN(窗口名) RMEM(&H地址) WMEM(&H地址,值)-a
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:4576
    • 提供者:笑三少
  1. vr2Modify

    0下载:
  2. 1.锁定生命,子弹,接关次数.对学习游戏内存读取和写入有一定的帮助。 2.利用winio自动点鼠标射击。利用winio模拟鼠标和键盘是很好的模版教才。-1. Lockout lives, bullets, then off times. To learn to read and write memory, the game is certainly helpful. 2. Winio automatically click of a mouse using fire. Winio simul
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-04-17
    • 文件大小:193688
    • 提供者:好好
  1. gray

    0下载:
  2. 展示了C#读取彩色图像,并且转换为灰度图的方法,读取图像时分别使用了getPixel,内存法,指针法,展示了C#读取图像的三种基本方法。-Convert a RGB image to gray image and give examples of reading image file with three different methods.
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-30
    • 文件大小:42684
    • 提供者:Lu
  1. exememsource

    0下载:
  2. 基于directshow的流媒体播放软件。source filter从内存中读取媒体内容,而非读文件。-a stream media player based on directshow.The source filter read media from memory instead of file.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2765535
    • 提供者:yangjiong
  1. shishenex-xiugai

    0下载:
  2. 式神之城ex修改器,这个是练习作品,针对龙漫电玩发布的式神之城EX制作,主要是内存读取和修改-Shikigami ex modifier, this is a practice works, for the Long Man video game released by the city of God EX-style production, mainly to read and modify memory
  3. 所属分类:Game Program

    • 发布日期:2017-03-27
    • 文件大小:345558
    • 提供者:张洪涛
  1. leidian3xiugai

    0下载:
  2. 雷电3的修改器,对应龙漫电玩发布的雷电3,主要是内存读取和修改-Lightning 3, modifiers, the corresponding Long Man 3 video game released by lightning, mainly to read and modify memory
  3. 所属分类:Game Program

    • 发布日期:2017-03-30
    • 文件大小:185676
    • 提供者:张洪涛
  1. ReadCopyMemory

    0下载:
  2. 该源代码详细的描述如何利用内存映射机制来提高文件的访问读写速度,该方法尤其在读取大数据量的文件时候有显著的作用。我们经常遇到读取的数据文件达到100M以上时,用传统的方法进行读取往往会死机,程序效率很低,该方法为解决此类问题提供了一个很有意义的方法。-The source code for a detailed descr iption of how to use memory-mapped mechanism to improve file access to read and write s
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:4016
    • 提供者:赵栓峰
  1. key

    0下载:
  2. windows平台c#类模拟键盘和鼠标以及内存读取-windows platform, c# class analog keyboard and mouse, as well as the memory read
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4184
    • 提供者:aniu
  1. duquneicun

    0下载:
  2. delphi读取进程和搜索内存 并修改内存,非常方便-delphi process and the search for memory read and modify memory, very convenient
  3. 所属分类:Windows Kernel

    • 发布日期:2015-12-31
    • 文件大小:4371306
    • 提供者:有人
  1. ziyouyhb

    0下载:
  2. 自由幻想,辅助程序之辅助程序,内存读取,处理-qq free
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2200416
    • 提供者:罗大有
  1. waigua

    0下载:
  2. 这是DLL文件,引用到工程就可以了, 主要修改的地方我说明下 key kk = new key() int pid = kk.pid("CQ.EXE") //获取进程PID kk.getread(pid, "", 0x298, 4).ToString() //返回INT值的内存读取 kk.getread(pid, 0x04, 4) //返回STRING的内存读取,少了一个参数. 自己写了个全局键盘钩子, kk.UnHook() //加载钩子
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:9877
    • 提供者:qwery
  1. 55555

    0下载:
  2. 内存读取 基址 HOOK钩子 舞林外传代码舞林外传代码-Memory base address read HOOK hook code dance dance Lin Lin rumor rumored code
  3. 所属分类:Hook api

    • 发布日期:2017-04-07
    • 文件大小:525036
    • 提供者:QQ316118740
  1. FyProcPt

    1下载:
  2. 保护自身 不被内存读取 OD CE 也无法读取-Protect themselves is not the memory can not be read read OD CE
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:99269
    • 提供者:张立国
« 1 2 34 5 6 7 8 9 10 ... 24 »
搜珍网 www.dssz.com